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