(function() { const u = '/apps/statistics.php?aid=455458&browser=IE&created_date=20260305&created_hour=19&dduuid=41e2eb35da186&device=0&device_type=desktop&os=Windows&ssid=in42cdlre8lr4bebu4q3h4rbl3&t=1772709121&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61df01f8f3c5d699953c7a18febd6874f995616a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();