(function() { const u = '/apps/statistics.php?aid=312618&browser=IE&created_date=20260313&created_hour=13&dduuid=b1233db358d4a&device=0&device_type=desktop&os=Windows&ssid=f1pdgcn82kpc0ea0gb12mgqrq7&t=1773378659&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e59acdb926d16a8d9d3005d1363b49ba3990403&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();