(function() { const u = '/apps/statistics.php?aid=455664&browser=IE&created_date=20260303&created_hour=12&dduuid=ea317748be128&device=0&device_type=desktop&os=Windows&ssid=t837qmqs361546a0t21sjuuc9n&t=1772512830&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=420624ae801d71139168b7d64cc64694ff6e75f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();