(function() { const u = '/apps/statistics.php?aid=454178&browser=IE&created_date=20260305&created_hour=09&dduuid=d989ac3c431e0&device=0&device_type=desktop&os=Windows&ssid=c0t5bg7vlv6ofueqhmbd4dleo6&t=1772673421&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8d8bb6d06713edbfdef51f0089d12408bbb754b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();