(function() { const u = '/apps/statistics.php?aid=99084&browser=IE&created_date=20260124&created_hour=00&dduuid=d969505bacbf0&device=0&device_type=desktop&os=Windows&ssid=93lquoajbn6tv663o4l80ki93k&t=1769184667&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b1f7fd639ecd1813cea7584155770a91c03a1c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();