(function() { const u = '/apps/statistics.php?aid=111260&browser=IE&created_date=20260116&created_hour=00&dduuid=c9b8a9408e4f9&device=0&device_type=desktop&os=Windows&ssid=nr3v92rlv67ed1o0q2l5pe12oo&t=1768493707&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7b6656aa7c1ca06e6c50f302e1a3b4829d56a5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();