(function() { const u = '/apps/statistics.php?aid=447992&browser=IE&created_date=20260226&created_hour=12&dduuid=b5a46f231f07b&device=0&device_type=desktop&os=Windows&ssid=8u2uo31lqo5t6aj0uo99ovv580&t=1772078768&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a75d1337d88b66d34770e1646bf6870a47117cd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();