(function() { const u = '/apps/statistics.php?aid=370646&browser=IE&created_date=20260113&created_hour=20&dduuid=d207a6ed334c0&device=0&device_type=desktop&os=Windows&ssid=cgbs9mr2t67bvtor03mflsr82d&t=1768306849&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7730562616692b54b6300908674569827267afc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();