(function() { const u = '/apps/statistics.php?aid=375481&browser=IE&created_date=20260305&created_hour=13&dduuid=fd7a0f5dcc06a&device=0&device_type=desktop&os=Windows&ssid=s8ebimgcgpfhvganretoic320a&t=1772688175&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbce8eb4c5f9cba78651a69820cc055e616d1d27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();