(function() { const u = '/apps/statistics.php?aid=15414&browser=IE&created_date=20251220&created_hour=05&dduuid=5f2d20e019fac&device=0&device_type=desktop&os=Windows&ssid=98ealomsm67qhrupgsbn1resp9&t=1766178427&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d55513fdfe3f4abb86d5f55e5112b1421d8aed88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();