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