(function() { const u = '/apps/statistics.php?aid=357066&browser=IE&created_date=20260114&created_hour=12&dduuid=9b2826ae8d0d4&device=0&device_type=desktop&os=Windows&ssid=nc1piuhdam03fcgjblm9cjgebq&t=1768366039&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfecf273468f37cd83d89121e6e41cc7e52b8535&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();