(function() { const u = '/apps/statistics.php?aid=452978&browser=IE&created_date=20260312&created_hour=13&dduuid=9b15e0932b7ee&device=0&device_type=desktop&os=Windows&ssid=41f4k2lsgcp753bs253ashle8u&t=1773294240&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b2a7e0e2486f36adb56dcc4f6a6be5e6075b82da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();