(function() { const u = '/apps/statistics.php?aid=324808&browser=IE&created_date=20260114&created_hour=17&dduuid=fc90df7c56200&device=0&device_type=desktop&os=Windows&ssid=7cvq853psc09428jpio8b0m5b0&t=1768381570&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3506ce1008637c60769d8d356e09e7e41b20edde&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();