(function() { const u = '/apps/statistics.php?aid=446303&browser=IE&created_date=20260124&created_hour=15&dduuid=772f3589286e0&device=0&device_type=desktop&os=Windows&ssid=49do4hkkrm569eddk2s2k35t4s&t=1769238358&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b69c979eed24531341f207f0a57117ea17635a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();