(function() { const u = '/apps/statistics.php?aid=418723&browser=IE&created_date=20260115&created_hour=04&dduuid=29903a727adb7&device=0&device_type=desktop&os=Windows&ssid=bc8vnh36b4aglhma1lk8bkgnij&t=1768422998&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ed60e527d090c5d9dab76caa88952cf28800b07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();