(function() { const u = '/apps/statistics.php?aid=12698&browser=IE&created_date=20260120&created_hour=00&dduuid=0fcf4611b8355&device=0&device_type=desktop&os=Windows&ssid=ip8rsn1d22i90kg1t8uhfd11ar&t=1768841370&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e349967e37eb6155c8c6491e914977c6697ef86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();