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