(function() { const u = '/apps/statistics.php?aid=423710&browser=IE&created_date=20260125&created_hour=07&dduuid=857d30453a5a0&device=0&device_type=desktop&os=Windows&ssid=sq8a3gc6eot7fsqvamsca45qoh&t=1769297878&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=080318ff9dd7fe20c1ee3b96f3f4f1a702d42ffa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();