(function() { const u = '/apps/statistics.php?aid=427936&browser=IE&created_date=20260122&created_hour=13&dduuid=f3256806649c1&device=0&device_type=desktop&os=Windows&ssid=3u8cmcf8b27584f11p21a23iv6&t=1769059046&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0e30180e52d475b3f253c06172778e066f1f7bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();