(function() { const u = '/apps/statistics.php?aid=450593&browser=IE&created_date=20260307&created_hour=18&dduuid=f6790dc54deaa&device=0&device_type=desktop&os=Windows&ssid=f1v7g8eid12vut24fjpcrsa439&t=1772878237&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f159b0ffe4cb8f30db891d7e0e3236daf2583fe1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();