(function() { const u = '/apps/statistics.php?aid=258667&browser=IE&created_date=20260226&created_hour=07&dduuid=33d14afb881af&device=0&device_type=desktop&os=Windows&ssid=qjfqrk94f6pu5lo7ab43o24srh&t=1772060641&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65f7e199ca7985a6cafdb8ef448bbedde6b4c7b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();