(function() { const u = '/apps/statistics.php?aid=448295&browser=IE&created_date=20260110&created_hour=03&dduuid=1a1beaa552866&device=0&device_type=desktop&os=Windows&ssid=447e6qplffe2ml14s6um7np8ju&t=1767986941&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01d85ce39fcb21566c9a863d42eedabfbe50fad3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();