(function() { const u = '/apps/statistics.php?aid=454668&browser=IE&created_date=20260223&created_hour=23&dduuid=52481fdeabd7c&device=0&device_type=desktop&os=Windows&ssid=cml0ipk0ebmveek9t9fp72shgs&t=1771862154&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b539f02ce432e73b2d4c99ff2847837a87cff364&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();