(function() { const u = '/apps/statistics.php?aid=410305&browser=IE&created_date=20260110&created_hour=15&dduuid=7a4250f98aa43&device=0&device_type=desktop&os=Windows&ssid=l1tui31o0ni2ip6e7angej0ma8&t=1768030239&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d29aac36f537d3d9e4336bf0601ada6e68bd9cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();