(function() { const u = '/apps/statistics.php?aid=441402&browser=IE&created_date=20260315&created_hour=04&dduuid=ecc6f5c674fda&device=0&device_type=desktop&os=Windows&ssid=d4oc6ot5gtcg0jtogfru7ub9ts&t=1773519159&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b1eb0e685daa166ea02025da63703943abf05ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();