(function() { const u = '/apps/statistics.php?aid=365078&browser=IE&created_date=20260125&created_hour=00&dduuid=9a2dbd1b6bf1c&device=0&device_type=desktop&os=Windows&ssid=1aaa38o7h7e5sr79rpddngs16h&t=1769273856&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55e884b0952c257e89b976a244711298e636cc7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();