(function() { const u = '/apps/statistics.php?aid=113187&browser=IE&created_date=20260124&created_hour=15&dduuid=36b030886c7a0&device=0&device_type=desktop&os=Windows&ssid=jfjtf8kehr0gonkciiq4993jm9&t=1769238359&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80acab03546405f04ce5483cd52cb852dee4438d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();