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