(function() { const u = '/apps/statistics.php?aid=454114&browser=IE&created_date=20260226&created_hour=06&dduuid=ff75a5aacb423&device=0&device_type=desktop&os=Windows&ssid=3t2k5prhp9u5lb8mqa44o6ji9l&t=1772058296&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e46df02b5b93d03062eea6ba7268c8b968ccb582&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();