(function() { const u = '/apps/statistics.php?aid=416073&browser=IE&created_date=20260311&created_hour=10&dduuid=a074204def288&device=0&device_type=desktop&os=Windows&ssid=1rb2s1o0l7773eubikct2vmqgc&t=1773196456&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c120f5d03f762f8543386d328048801e20b27592&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();