(function() { const u = '/apps/statistics.php?aid=456192&browser=IE&created_date=20260227&created_hour=12&dduuid=6d0e83c029c5c&device=0&device_type=desktop&os=Windows&ssid=f0uqkcbijfkflfuct69grimjmo&t=1772166854&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48878763866234d1710774bfb7b8eb6619d26c01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();