(function() { const u = '/apps/statistics.php?aid=454064&browser=IE&created_date=20260224&created_hour=09&dduuid=de56221bd968d&device=0&device_type=desktop&os=Windows&ssid=blk9prtror679h9qc1l48cv62m&t=1771895410&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ab1c7fdd8ad64148490719597c8e6b5300f9a1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();