(function() { const u = '/apps/statistics.php?aid=207201&browser=IE&created_date=20251224&created_hour=05&dduuid=40b5705fea434&device=0&device_type=desktop&os=Windows&ssid=2dhv9clfcdmq90ib0vcfum37q9&t=1766525477&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=88dba9c64fbd15fa6e7b20ccc0fb16fc6d450156&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();