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