(function() { const u = '/apps/statistics.php?aid=87545&browser=IE&created_date=20260110&created_hour=14&dduuid=d6e7039452b0e&device=0&device_type=desktop&os=Windows&ssid=btn5h3l728rpbf9fd26g3as3dm&t=1768025982&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d95978a59f5df630449cde6023aea3c6f50d544&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();