(function() { const u = '/apps/statistics.php?aid=598&browser=IE&created_date=20260316&created_hour=14&dduuid=a996b2030583a&device=0&device_type=desktop&os=Windows&ssid=smr5jg1oel31befa0ju4eu5kre&t=1773641892&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbb70b2e471f705dff6723cd174f8d8d6b08bd7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();