(function() { const u = '/apps/statistics.php?aid=452198&browser=IE&created_date=20260306&created_hour=05&dduuid=74741eacb6e0e&device=0&device_type=desktop&os=Windows&ssid=qe0a3915abk0ctuut697bc5c99&t=1772744639&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43c74df1cae35d723becc6cc3091bb9696c91d05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();