(function() { const u = '/apps/statistics.php?aid=452749&browser=IE&created_date=20260311&created_hour=16&dduuid=8ebeb60a0dbd2&device=0&device_type=desktop&os=Windows&ssid=5d4k1ivhg4t1stl6d9di19as1s&t=1773217042&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d149536bbc9eed7138dd152c5eb7941a9fe13c6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();