(function() { const u = '/apps/statistics.php?aid=410680&browser=IE&created_date=20260120&created_hour=05&dduuid=48c4449e189e0&device=0&device_type=desktop&os=Windows&ssid=9n07vbfcq8jg10t7f5rjdcvpvj&t=1768858393&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f8cce5578a2656fb2080464154e17bf93623168&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();