(function() { const u = '/apps/statistics.php?aid=455606&browser=IE&created_date=20260305&created_hour=11&dduuid=3f75e0756a715&device=0&device_type=desktop&os=Windows&ssid=jqphmr7vrfhh1ohecr7qmoq6cu&t=1772681903&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2012f4d215f453682ea14090e2aef7bd82f9018a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();