(function() { const u = '/apps/statistics.php?aid=407752&browser=IE&created_date=20260310&created_hour=20&dduuid=40d6c4331bea4&device=0&device_type=desktop&os=Windows&ssid=isqsctcp0jiit9rhr02fe94pqs&t=1773146692&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc16d3f7e107901525e8da79b7cb11438d68b1d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();