(function() { const u = '/apps/statistics.php?aid=446872&browser=IE&created_date=20260307&created_hour=23&dduuid=4be3dadc07a2b&device=0&device_type=desktop&os=Windows&ssid=a2g9ejfe1fdl9la2ccom5qan5o&t=1772896066&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b48f659ea1942829b0306a308a3ff9fcf8523761&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();